home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / code / p_fracap.sit / About FracAppPalette next >
Text File  |  1988-08-17  |  1KB  |  27 lines

  1. _______________________________________________________________________________________________
  2.  
  3. Macintosh Sample Code
  4.  
  5. #8: FracAppPalette
  6.  
  7. Versions:    1.0                        8/88
  8.  
  9. Components:    MFracAppPalette.p        August 1, 1988
  10.             UFracAppPalette.p        August 1, 1988
  11.             UFracAppPalette.inc1.p    August 1, 1988
  12.             FracAppPalette.r        August 1, 1988
  13.             FracAppPalette.make        August 1, 1988
  14.  
  15. ______________________________________________________________________________________________
  16.  
  17. This program requires MPW 2.0.2 and MacApp 1.1.1 to build.
  18.  
  19. This is a version of FracApp that uses only the Palette Manager.  It does not support
  20. color table animation since the color system (mainly CopyBits) and the Palette Manager
  21. are currently not quite well enough integrated. The program demonstrates a full color
  22. palette that is used to display the Mandelbrot set.  It uses an offscreen gDevice w/ Port to
  23. handle the data, using CopyBits to draw to the window.  The Palette is automatically
  24. associated with each window.  The PICT files are read and written using the bottlenecks
  25. (spooled), to save on memory useage.
  26.  
  27.